WordCount

Category: Strings

Syntax:
$WordCount(text)

Returns the number of words in text.

Example:
@l $text = $?="Enter some words:"
MessageBox You entered $WordCount($text) words.

See also: ListElementCount


Previous in "Strings": WildMatchEx
Next by name: Yield
Previous by name: WindowedWho
Up to all functions by name or commands and functions by category